home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Child3
- BackColor = &H00FFFF80&
- Caption = "Child3"
- ClientHeight = 2370
- ClientLeft = 2190
- ClientTop = 3390
- ClientWidth = 2505
- Height = 2865
- Left = 2085
- LinkTopic = "Form4"
- MDIChild = -1 'True
- ScaleHeight = 2370
- ScaleWidth = 2505
- Top = 3000
- Width = 2715
- Begin vsInForm vsInForm1
- BarColor = &H00C0C0C0&
- BarColorInactive= &H00C0C0C0&
- BarHeight = 21
- ButtonsRight = 1 '1
- CapColor = &H00800000&
- CapColorInactive= &H00800000&
- Caption = "Child3"
- ConvInfo = CHILD3.FRX:0000
- FrameColor = &H00000080&
- FrameColorInactive= &H00000080&
- FrameWidth = 6
- Left = 525
- PictLeft0 = CHILD3.FRX:000B
- PictRight0 = CHILD3.FRX:00FD
- Top = 315
- End
- Option Explicit
- Sub Form_Load ()
- VSinform1.CustomFrame = True
- End Sub
- Sub VSInForm1_ClickRButton (Button As Integer)
- Windowstate = 1
- End Sub
-